ComponentOne FlexReport for WinForms
Contains(String) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ReportObjectCollection<TItem> Class > Contains Method : Contains(String) Method
The name of the item.
Determines whether the collection contains an item with specified name.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal name As System.String _
) As System.Boolean
public System.bool Contains( 
   System.string name
)

Parameters

name
The name of the item.

Return Value

True if the collection contains an item with the specified name; otherwise, false.
See Also

Reference

ReportObjectCollection<TItem> Class
ReportObjectCollection<TItem> Members
Overload List